home *** CD-ROM | disk | FTP | other *** search
- echo off
- c:
- cd\
- copy autoexec.bat temp24
- mkdir c:\deduct
- copy a:*.* c:\deduct
- del autoexec.bat
- copy a:dedstart.bat+temp24 c:autoexec.bat
- del c:temp24
- del c:\deduct\option*.bat
- del c:\deduct\dedinst.bat
- del c:\deduct\hardinst.bat
- echo **********************************************************
- echo Deduct-a-Matic is now installed in subdirectory C:\deduct.
- echo To use it, Please refer to the manual.
- echo **********************************************************
- echo on